ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / Selection Property

In This Topic
    Selection Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the current selection.
    Syntax
    'Declaration
     
    Public Overridable Property Selection As CellRange
    public virtual CellRange Selection {get; set;}
    See Also